github.com/andybalholm/brotli.Reader.max_run_length_prefix (field)
5 uses
github.com/andybalholm/brotli (current package)
decode.go#L986: s.max_run_length_prefix = (bits >> 1) + 1
decode.go#L989: s.max_run_length_prefix = 0
decode.go#L1000: var alphabet_size uint32 = *num_htrees + s.max_run_length_prefix
decode.go#L1014: var max_run_length_prefix uint32 = s.max_run_length_prefix
state.go#L154: max_run_length_prefix uint32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |